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 | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
SJIS-WIN | ??げB?? | 00111111001111111000001010110000010000100011111100111111 | 3f3f82b0423f3f |
EUC-JP | ??げB?? | 00111111001111111010010010110010010000100011111100111111 | 3f3fa4b2423f3f |
UTF-8 | 룶콓げB룵殺 | 11101011101000111011011011101100101111011001001111100011100000011001001001000010111010111010001110110101111011111010010110110000 | eba3b6ecbd93e3819242eba3b5efa5b0 |
UHC | 룶콓げB룵殺 | 1000111110101011101100011000111110101010101100100100001010001111101010101110000111101101 | 8fabb18faab2428faae1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)