To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 予??俑?? | 1001011101011100001111110011111110011000110110100011111100111111 | 975c3f3f98da3f3f |
EUC-JP | 予??俑?? | 1100110110111101001111110011111111010000110111000011111100111111 | cdbd3f3fd0dc3f3f |
UTF-8 | 予숋숲俑놄댍 | 111001001011101010001000111011001000100010001011111011001000100010110010111001001011111110010001111010111000011010000100111010111000110010001101 | e4ba88ec888bec88b2e4bf91eb8684eb8c8d |
UHC | 予숋숲俑놄댍 | 111001011111100010011001111011111011110110100011111010011011010110000110111011101000100010110110 | e5f899efbda3e9b586ee88b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)